home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / _archvrs / unix / unzip51 / mac / contents < prev    next >
Encoding:
Text File  |  1992-10-23  |  1.3 KB  |  26 lines

  1. Contents of the MAC sub-archive for UnZip 5.1 and later:
  2.  
  3.   Contents          this file
  4.   mac.c             Mac-specific filesystem code
  5.   macstat.c         Macintosh stat() emulation
  6.   macstat.h         header file for stat() emulation
  7.   aztec.make        MPW makefile for Aztec C (binary)
  8.   mpw.make          MPW makefile for MPW C (binary)
  9.   thinkc.hqx        Think C project file (BinHex)
  10.   thinkc_rsrc.hqx   resource file for Macintosh unzip (BinHex)
  11.  
  12. The makefiles are marked "binary" because they contain a few special
  13. characters (which look a lot like D's and 6's in Unix's vi).  They're
  14. basically readable, but e-mailing them without protection is likely
  15. to strip the high bit off these characters, rendering the makefiles
  16. less than useful.  Be forewarned...
  17.  
  18. The Think C files are BinHexed because they contain Mac resource forks
  19. in addition to the ordinary data forks (or maybe they only contain re-
  20. source forks...whatever).  While Zip 1.9 and UnZip 5.0 can save/restore
  21. such information, it's not too helpful to make use of this feature until
  22. everyone *has* UnZip 5.0.  Also, there's no way to store such information
  23. in a .tar.Z file, for instance.  Both of the .hqx files must be converted
  24. with BinHex 4.0 (or later); it may be necessary to rename thinkc_rsrc.hqx
  25. thinkc.rsrc.hqx first [I'm not a Mac person :-)].
  26.